home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / software / arteffect2.demo / rexx / test.rexx < prev    next >
OS/2 REXX Batch file  |  1997-03-21  |  231b  |  19 lines

  1. /*
  2. */
  3.  
  4. address "ArtEffect"
  5.  
  6. options results
  7.  
  8. help plugin antique
  9. say result
  10.  
  11. new w 300 h 200 fill transparent name 'rexx test'
  12.  
  13. curve 0 0 100 50 300 200
  14. curve 300 200 50 100 100 100
  15. curve 100 100 250 120 0 0
  16.  
  17. line 100 100 200 200
  18.  
  19.